we can see that "Pickup_date" is a object data type, Therefore, we have to convert this datatype into date-time bcz at the end we have to extract couple of Derived attributes. For this we require pandas to_datetime to convert object data type to datetime dtype..